Welcome![Sign In][Sign Up]
Location:
Search - password smtp

Search list

[Email Clientjava_socket_smtp

Description: 一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器-based java and a socket, using Base64 encoded password authentication using the JavaMail SMTP mail senders
Platform: | Size: 25738 | Author: 周斌 | Hits:

[WinSock-NDIS我的smtp程序

Description: 用vc编写的EMAIL发送程序,支持smtp服务器的用户名及密码。-with vc prepared to send email procedures and support smtp server user name and password.
Platform: | Size: 48829 | Author: 韩飞 | Hits:

[CSharpssguestbook

Description: 1.所有新留言都需要后台审核后才能在前台查看?: 2.数据库中的管理员密码已加密处理,增加安全性 3.数据库做了防下载处理,不需要改数据库文件名 4.后台记录管理员最后登陆的ip和时间 5.后台建立了管理员登陆日志查看,可以查看管理员每次登陆的ip,客户端信息及时间,成功登陆时密码不显示 6.无法删除最近7天内的管理员登陆日志 7.后台登陆后一般转向未审核留言页面,如在此登陆前有失败的登陆,系统会有提示并转向日志查看页面 8.页面都做了防注入处理,保护网站安全 9.后台记录留言者真实ip(对超级代理无用),客户端信息等内容 10.留言支持ubb代码,管理员回复时还可以发表情和图片 11.留言需要输入验证码,用来防止灌水机发垃圾广告 12.在线数据库备份功能 13.用户可以根据留言者用户名,留言内容以及回复内容进行搜索 14.页面使用了缓存技术,减轻服务器压力 15.在线人数是3分钟内的人数统计,人数显示使用了ajax技术,增加客户体验度 16.留言可以设置是否需要站长发信回复,后台如果选择了不使用smtp发信则可关闭此功能 17.后台回复时还可以修改留言人的留言内容,留言时间及是否发信给留言者,方便管理员 18.尽可能符合xhtml标准-1. All new messages need to be vetted background in the foreground View : 2. the database administrator password encrypted and increase the security 3. defense database as a download, no change from 4 database files. background records administrator ip final landing and the time 5. background established a board administrator Lu log View, administrators can view each landing ip, client information and time, the successful landing at the password is shown 6. it can not be removed within seven days of the administrator landing log 7. after landing the general background to unaudited message pages, such as the failure of the landing before landing, system will be hints to log View pages 8. pages are so anti-implantation, to protect the security of websites 9. background recorded messages were
Platform: | Size: 116283 | Author: weirui | Hits:

[Windows Developsmpt

Description: 邮件传送,输入SMTP和端口,和用户名,密码,发送者邮件就可以发送邮件 了.-mail transmission, and the importation of SMTP port, and user name, password, the sender can send mail on the mail.
Platform: | Size: 227850 | Author: dfdfd | Hits:

[JSP/Javaoldpersonserials

Description: 基于SMTP的邮件发送,可以实现客户端。要求密码无效,即自己做个服务器端-based SMTP mail sent, the client can be achieved. Password invalid request that they be a server. .
Platform: | Size: 3346 | Author: 徐良 | Hits:

[CommunicationPOP3Frame

Description: SMTP Port\"里填入端口号:一般为25 \"User name\"里填入用户名称,可任意 \"Name\"里填入用户登录自己的邮箱时的用户名 \"Password\"里填入用户登录自己的邮箱时的密码 \"Address\"里填入用户自己的邮箱地址,要求填完整,如:aaa.163.com (4)选择“OK”,即将用户的信息保存在smtp.properties中,下次运行程序时只要信息不变动,即无需重填,其中用户名和密码是经过加密的 (5)在主程序窗口中“SMTP”标签中 \"To\"中填入收信人的E-mail地址,要求填完整,如:aaa.163.com \"Subject\"中填入信件主题,下面填入内容,点击“发送邮件”图标即可
Platform: | Size: 2689 | Author: 蒋伟男 | Hits:

[WEB Mail2221485

Description: 经常在论坛看到网友提问如何发送电子邮件(SMTP服务器认证),其实只要知道客户端与邮件服务器之间会话,用户 名和密码是通过base64编码加密后传送,问题就很容易被解决.协议使用方面和smtp协议使用是一模一样的,值得 注意的就是esmtp协议在用户名和密码验证时,服务器返回一个354的消息代号.本代码没有针对错误提示信息处理, 但保证能正常发送邮件,大家可以自己完善它,本代码还使用IME编码,这样就可以发送超文本电子邮件了。用过 Foxmail4.1朋友应该知道,它实现的图文并茂声音邮件是它的一个亮点。本代码同样可以实现超文本邮件,要发 送mid做为背景音东的邮件,只要对ime代码部分稍加修改就可以实现,歌曲也须用base64编码后发送。目前流行 邮件病毒的原理和此一样,通过IE在IME中的漏洞实现,解决方法可以在注册表中删除IME编码格式,或者安装Winamp 同样也可以解决它(需做的只要在winamp支持的文件格式全选上),怎么越讲越跑题了,大家不要向我扔臭鸡蛋呀, hehe,我也不多废话了,下附本软件所有代码.全整代码也可以在我的个人主页上下载,欢迎各位VB爱好与我联系,交 流编程技术.-often at the Forum to see how an online friend send e-mail (SMTP server authentication), as long as the client to know and conversation between mail servers, user name and password by base64 encoding encrypted transmission, the problem can easily be solved. Use agreement and use agreement is smtp exactly the same, it should be noted is in agreement ESMTP user name and password verification, the server returns a 354 code information. the code does not address the wrong message, but to ensure normal mail, we can complete it themselves, the code also uses IME coding, it can send an e-mail hyperlinks. Used Foxmail4.1 friends should know, it achieved the physical voice mail is the one bright spot. The same code can be achieved Hypertext mail to be sent as a background sound mid east of mail, as
Platform: | Size: 26073 | Author: wj | Hits:

[Email Clientsmtp_auth

Description: smtp验证用户名和口令-Use smtp to check username and password
Platform: | Size: 4096 | Author: | Hits:

[WEB Mail2221485

Description: 经常在论坛看到网友提问如何发送电子邮件(SMTP服务器认证),其实只要知道客户端与邮件服务器之间会话,用户 名和密码是通过base64编码加密后传送,问题就很容易被解决.协议使用方面和smtp协议使用是一模一样的,值得 注意的就是esmtp协议在用户名和密码验证时,服务器返回一个354的消息代号.本代码没有针对错误提示信息处理, 但保证能正常发送邮件,大家可以自己完善它,本代码还使用IME编码,这样就可以发送超文本电子邮件了。用过 Foxmail4.1朋友应该知道,它实现的图文并茂声音邮件是它的一个亮点。本代码同样可以实现超文本邮件,要发 送mid做为背景音东的邮件,只要对ime代码部分稍加修改就可以实现,歌曲也须用base64编码后发送。目前流行 邮件病毒的原理和此一样,通过IE在IME中的漏洞实现,解决方法可以在注册表中删除IME编码格式,或者安装Winamp 同样也可以解决它(需做的只要在winamp支持的文件格式全选上),怎么越讲越跑题了,大家不要向我扔臭鸡蛋呀, hehe,我也不多废话了,下附本软件所有代码.全整代码也可以在我的个人主页上下载,欢迎各位VB爱好与我联系,交 流编程技术.-often at the Forum to see how an online friend send e-mail (SMTP server authentication), as long as the client to know and conversation between mail servers, user name and password by base64 encoding encrypted transmission, the problem can easily be solved. Use agreement and use agreement is smtp exactly the same, it should be noted is in agreement ESMTP user name and password verification, the server returns a 354 code information. the code does not address the wrong message, but to ensure normal mail, we can complete it themselves, the code also uses IME coding, it can send an e-mail hyperlinks. Used Foxmail4.1 friends should know, it achieved the physical voice mail is the one bright spot. The same code can be achieved Hypertext mail to be sent as a background sound mid east of mail, as
Platform: | Size: 25600 | Author: wj | Hits:

[Email Clientjava_socket_smtp

Description: 一个基于java和socket,采用Base64编码密码认证的不采用javamail的SMTP邮件发送器-based java and a socket, using Base64 encoded password authentication using the JavaMail SMTP mail senders
Platform: | Size: 25600 | Author: 周斌 | Hits:

[Internet-Network我的smtp程序

Description: 用vc编写的EMAIL发送程序,支持smtp服务器的用户名及密码。-with vc prepared to send email procedures and support smtp server user name and password.
Platform: | Size: 3770368 | Author: 韩飞 | Hits:

[CSharpssguestbook

Description: 1.所有新留言都需要后台审核后才能在前台查看?: 2.数据库中的管理员密码已加密处理,增加安全性 3.数据库做了防下载处理,不需要改数据库文件名 4.后台记录管理员最后登陆的ip和时间 5.后台建立了管理员登陆日志查看,可以查看管理员每次登陆的ip,客户端信息及时间,成功登陆时密码不显示 6.无法删除最近7天内的管理员登陆日志 7.后台登陆后一般转向未审核留言页面,如在此登陆前有失败的登陆,系统会有提示并转向日志查看页面 8.页面都做了防注入处理,保护网站安全 9.后台记录留言者真实ip(对超级代理无用),客户端信息等内容 10.留言支持ubb代码,管理员回复时还可以发表情和图片 11.留言需要输入验证码,用来防止灌水机发垃圾广告 12.在线数据库备份功能 13.用户可以根据留言者用户名,留言内容以及回复内容进行搜索 14.页面使用了缓存技术,减轻服务器压力 15.在线人数是3分钟内的人数统计,人数显示使用了ajax技术,增加客户体验度 16.留言可以设置是否需要站长发信回复,后台如果选择了不使用smtp发信则可关闭此功能 17.后台回复时还可以修改留言人的留言内容,留言时间及是否发信给留言者,方便管理员 18.尽可能符合xhtml标准-1. All new messages need to be vetted background in the foreground View : 2. the database administrator password encrypted and increase the security 3. defense database as a download, no change from 4 database files. background records administrator ip final landing and the time 5. background established a board administrator Lu log View, administrators can view each landing ip, client information and time, the successful landing at the password is shown 6. it can not be removed within seven days of the administrator landing log 7. after landing the general background to unaudited message pages, such as the failure of the landing before landing, system will be hints to log View pages 8. pages are so anti-implantation, to protect the security of websites 9. background recorded messages were
Platform: | Size: 115712 | Author: weirui | Hits:

[JSP/Javaoldpersonserials

Description: 基于SMTP的邮件发送,可以实现客户端。要求密码无效,即自己做个服务器端-based SMTP mail sent, the client can be achieved. Password invalid request that they be a server. .
Platform: | Size: 3072 | Author: 徐良 | Hits:

[Internet-NetworkCSmtp_v1_5

Description: VC++ smtp发送邮件源码,支持服务器验证的,找了很久,很多都是没有用户名密码验证,这个可以-VC++ smtp send mail source to support the authentication server to find for a long time, many of them are not user name password authentication, this can be
Platform: | Size: 21504 | Author: 土豆 | Hits:

[Delphi VCLsendmail

Description: a simple demo program includes simple winsock unit, that can send e-mails via SMTP wth password authontification, plus fully unicode functional, writtin in delphi 2009.
Platform: | Size: 5120 | Author: jackal | Hits:

[Delphi VCL4a27c356f05a5_EmailServer090604

Description: 附件為修改自Alexander J. Fanti先生的POP3/SMTP伺服器程式(含SourceCode) 此次為第二次改版,修正了下列問題 1.防止OpenRelay 2.ESmtp的Bug修正 3.解決和OutLookExpress/2003/2007的認證Bug 4.加強內寄/外寄等郵件的分類和管理,清楚記載送(來)信人/時間等資訊 降低網管人員面對其他MailServer亂數分類的負擔 輕鬆完成郵件管理 5.加強Forword-Mail/MailList的分類管理 6.加入匯入文字檔帳號密碼的功能,快速轉移你的舊EMail Address(Ps:文字格式:帳號稱謂,帳號,密碼,) 7.加入針對垃圾郵件進行過濾的功能,並可設定關鍵字 並對垃圾郵件進行分類管理 8.修正郵件收件日期與時區錯誤的問題 9.(2009/06/07)更新原程式在POP3認證錯誤時會新增帳密的漏洞 -Attached modified from Alexander J. Fanti Mr. POP3/SMTP server programs (including SourceCode) This for the second revision, amendment of the following issues 1. To prevent the OpenRelay The Bug amendment 2.ESmtp 3. OutLookExpress/2003/2007 authentication solutions and Bug 4. To strengthen within the Send/outgoing messages such as the classification and management, a clear record of delivery (to) the letter person/time information Reduce network managers face other MailServer random classification burden easy to complete the e-mail management 5. Forword-Mail/MailList classification to enhance the management 6. Join the account password to import text file function, quickly transfer your old EMail Address (Ps: Text Format: account title, account number, password,) 7. Add filtering for junk e-mail functions, and can set the keywords and junk e-mail to classified management 8. To amend the date of receipt e-mail with the time zone wrong question 9. (2009/06/07) upd
Platform: | Size: 1672192 | Author: 林詠信 | Hits:

[Linux-Unixssmtp-1.tar

Description: smtp 源码,用户名 密码 认证,经过测试 163服务器可用-smtp source, user name, password authentication, tested 163 server is available
Platform: | Size: 145408 | Author: hushibang | Hits:

[Delphi VCLsmptsendingemail

Description: Delphi实现smtp服务器发送邮件,需要账号和密码-Delphi to achieve smtp server to send mail, account number and password required
Platform: | Size: 227328 | Author: 刘艺 | Hits:

[Email ClientPOP3编程

Description: 1 设定服务器地址、帐户、密码后能够连接到POP3服务器 2 能从pop3服务器中检查所有邮件 3 可以查看邮件内容 4 可以删除邮件 5 可实现附件的接收(1 set the server address, account, password, and then connect to the POP3 server 2 check all messages from the POP3 server 3, you can check the contents of the mail 4, you can delete mail 5, the attachment can be achieved)
Platform: | Size: 12515328 | Author: 舟齐 | Hits:

[JSP/JavaSMTP客户机程序

Description: 简单的邮件客户端程序可以收发邮件,直接打开就可以应用(First you need to have a send mail, the general mailbox has SMTP, POP3 services, such as QQ mailbox, mailbox login QQ open SMTP service, open the server will prompt you to set up a separate password, this password is the password to log in with normal mail is different, this is the SMTP landing with the password, so here to write down SMTP independent program will use the password. (the preparations are so simple, just one mailbox that opens the SMTP service); also requires a JAR package (javax.mail.jar); already available in java1.6, if not added to the jar package.)
Platform: | Size: 158720 | Author: 三呜呜 | Hits:
« 12 3 »

CodeBus www.codebus.net